svn path=/trunk/; revision=18074
2007-06-07 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreeview.c: Documentation additions.
+
* gtk/gtknotebook.c: Add a doc comment.
2007-06-06 Matthias Clasen <mclasen@redhat.com>
FALSE,
GTK_PARAM_READWRITE));
+ /**
+ * GtkTreeView:show-expanders:
+ *
+ * %TRUE if the view has expanders.
+ *
+ * Since: 2.12
+ */
g_object_class_install_property (o_class,
PROP_SHOW_EXPANDERS,
g_param_spec_boolean ("show-expanders",
TRUE,
GTK_PARAM_READWRITE));
+ /**
+ * GtkTreeView:level-indentation:
+ *
+ * Extra indentation for each level.
+ *
+ * Since: 2.12
+ */
g_object_class_install_property (o_class,
PROP_LEVEL_INDENTATION,
g_param_spec_int ("level-indentation",